Class symantec.itools.db.beans.binding.ExceptionEventSupport
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.ExceptionEventSupport

Object
   |
   +----symantec.itools.db.beans.binding.ExceptionEventSupport

public class ExceptionEventSupport
extends Object
Support class for ExceptionEventListener


Variable Index

 o listeners

Constructor Index

 o symantec.itools.db.beans.binding.ExceptionEventSupport()
Default constructor

Method Index

 o addExceptionEventListener(ExceptionEventListener)
Method to add a listener
 o fireExceptionEvent(ExceptionEvent)
Method to fire the event
 o removeExceptionEventListener(ExceptionEventListener)
Method to remove a listener

Variables

 o listeners
protected java.util.Vector listeners

Constructors

 o ExceptionEventSupport
public ExceptionEventSupport()
Default constructor

Methods

 o addExceptionEventListener
public void addExceptionEventListener(ExceptionEventListener l)
Method to add a listener

Parameters:
l - The ExceptionEventListener to be added
 o fireExceptionEvent
public void fireExceptionEvent(ExceptionEvent e)
Method to fire the event

Parameters:
e - the ExceptionEvent
 o removeExceptionEventListener
public void removeExceptionEventListener(ExceptionEventListener l)
Method to remove a listener

Parameters:
l - The ExceptionEventListener to be removed

All Packages  Class Hierarchy  This Package  Previous  Next  Index